projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a180639
)
Remove comment
author
justbur
<justin@burkett.cc>
Sat, 3 Oct 2015 18:22:29 +0000
(14:22 -0400)
committer
justbur
<justin@burkett.cc>
Sat, 3 Oct 2015 18:22:29 +0000
(14:22 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 37a1412b96d65bc2bc92431f6fef643f0c6fc397..f16ee70ccc27c102ecb1c201c80b386bc1faba4e 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1414,7
+1414,7
@@
Finally, show the buffer."
(defun which-key--start-timer ()
"Activate idle timer to trigger `which-key--update'."
- (which-key--stop-timer)
; start over
+ (which-key--stop-timer)
(setq which-key--timer
(run-with-idle-timer which-key-idle-delay t #'which-key--update)))